projectId
that will only work on localhost
.
To fully configure your project, please obtain a projectId
from the Reown Cloud Dashboard and update your project accordingly.
Refer to this section for more information.
createAppKit
function with a unified configuration. This automatically applies the predefined configurations for different adapters like Wagmi, Ethers, or Solana, so you no longer need to manually configure each one individually. Simply pass the common parameters such as projectId
, chains
, metadata
, etc., and the function will handle the adapter-specific configurations under the hood.This includes WalletConnect, Coinbase and Injected connectors, and the Blockchain API as a transportssr
option to true and call the reconnect
function after your application mounts.App.vue
file set up the following configuration@reown/appkit/networks
path.<appkit-button>
component.Web components are global html elements that don’t require importing.